.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.ms{
	border: 1px solid #0d7986;
	background:#f6f6f6;
    clear: both;
    padding:24px 24px 24px 24px;
    margin-bottom:45px;
    margin-top:15px;
}
.ms>ul li{
	float: left;
	margin-right:24px;
	width:334px;
}
.ms>ul li:last-child{
	margin-right:0px;
}
.ms>ul li dl{
	border-right:1px solid #0D7986;
	padding-right:39px;
	box-sizing: border-box;
}
.ms>ul li:last-child dl{
	border:none;
	padding-right:0px;
}
.ms>ul li dl dt{
	padding:0px 0px 22px 0px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ms>ul li dl dt a{
	font-size:24px;
	color:#0d7986;
	font-weight: bold;
}
.ms>ul li dl dt:hover a{
	color:#67c131;
}
.ms>ul li dl dt:before{
	content:"";
	width:5px;
	height:25px;
	background:#0d7986;
	display:inline-block;
	margin-right:10px;
	position: relative;
    top: 4px;
}
.ms>ul li dl dt:hover:before{
	background:#67c131;
}
.main .module1{
	clear: both;
}
.ms>ul li dl dd{
	margin-top:10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ms>ul li dl dd:before{
	content: "";
	display: inline-block;
	width:2px;
	height:2px;
	border-radius:2px;
	background:#0d7986;
	position: relative;
    top: -3px;
    margin-right: 12px;
}
.ms>ul li dl dd a{
	color:#0D7986;
	font-size:16px;
}
.ms>ul li dl dd:hover a{
	color: #67c131;
}
.ms>ul li dl dd:hover:before{
	background: #67c131;
}
